Camera
data class Camera(val type: NavigationSpec.Camera.Type, val requestCode: Int, val uri: Uri?) : NavigationSpec
Shows the Camera
Parameters
type
The Camera.Type of media to capture
requestCode
The request code added to the intent
uri
Optional Uri indicating where the result should be stored